The SearchEngine starts with one page and
follows the links in that page to other pages and so on. In many cases the whole site is
not reachable through one single page, for example are links from applets not detected.
This will lead to that the whole site is not indexed. Therefore there is a program called
SearchEngineHelper that searches a directory structure and produces one html file with
links to all files in the structure. This file is a temporary file that can be deleted
when the search database is created.
The program takes three parameters
- The path to the top directory of the structure to search.
- The name of the result file.
- The relative path to the pages searched. The path relative to the file specified in the
previous parameter.
|